
.container{
    margin-top:3rem;
}
.video-play{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    text-align: center;
	justify-content:center;
	align-items:center;
    flex-direction: column;
    margin:0; padding:0;
}

.content_list{
	width:100%;
	height:auto;
	display:flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content:center;
	align-items:center;
    margin:0;
    margin-bottom: .8rem;
}
.content_list div {
    display:inline-flex;
    width:40vw;
    margin: 0 .5rem;
}
.content_list div img{
    display:inline-flex;
    border-radius: .5rem;
    width:40vw;
    object-fit: cover;
}